Fix duplicate entries in cedet's loaddefs.el files.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 18 Apr 2010 21:45:44 +0000 (17:45 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 18 Apr 2010 21:45:44 +0000 (17:45 -0400)
commitd88533fd6829f22cde052dce0742df01309a0990
treea015ef0c4fba7349494e24b31c9d790b47f92277
parent2fbd49d8ab318093173075c44ac6bd1119c9240e
Fix duplicate entries in cedet's loaddefs.el files.
* emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
Should make most file-local generated-autoload-file unnecessary.
(print-readably): Silence warnings.
(autoload-find-destination): Take load-name as an arg to make sure
it's the same as the one that will be in the file.
(autoload-generate-file-autoloads): Adjust to above changes.
Try to make the dataflow a bit simpler.
lisp/ChangeLog
lisp/emacs-lisp/autoload.el